home *** CD-ROM | disk | FTP | other *** search
/ Exploring Creation with P…al Science (2nd Edition) / Exploring Creation with Physical Science (2nd Edition).iso / exe / bin / Styles / user / disabletables.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2012-12-18  |  410 b   |  16 lines

  1. @charset "utf-8";
  2. /*    Name: -1367769115 */
  3. /*    Page layout inspector - tables.
  4.     Converts table elements to blocks.
  5.     Copyright 2007 Opera Software */
  6. table, caption, thead, tfoot, tbody, tr, th, td {
  7.     width: auto !important;
  8.     min-width: 0px !important;
  9.     max-width: none !important;
  10.     height: auto !important;
  11.     min-height: 0px !important;
  12.     max-height: none !important;
  13.     display: block !important;
  14. }
  15.  
  16.